aiccu: Minor whitespace fix
authorOndřej Caletka <[email protected]>
Sun, 30 Nov 2014 17:46:01 +0000 (18:46 +0100)
committerOndřej Caletka <[email protected]>
Mon, 1 Dec 2014 14:15:35 +0000 (15:15 +0100)
Signed-off-by: Ondrej Caletka <[email protected]>
ipv6/aiccu/files/aiccu.sh

index 669e0e257fbbc215c7e106d48e82dea481992185..f38a75c7417478a10cff71d1b63b4da43c47dc25 100755 (executable)
@@ -31,17 +31,18 @@ proto_aiccu_setup() {
 
        echo "username $username" > "$CFGFILE"
        echo "password $password" >> "$CFGFILE"
-       echo "ipv6_interface $link"   >> "$CFGFILE"
+       echo "ipv6_interface $link" >> "$CFGFILE"
        [ -n "$server" ] && echo "server $server" >> "$CFGFILE"
        [ -n "$protocol" ] && echo "protocol $protocol" >> "$CFGFILE"
-       [ -n "$tunnelid" ] && echo "tunnel_id $tunnelid"          >> "$CFGFILE"
-       [ -n "$requiretls" ] && echo "requiretls $requiretls"      >> "$CFGFILE"
-       [ "$nat" == 1 ] && echo "behindnat true"     >> "$CFGFILE"
-       [ "$heartbeat"  == 1 ] && echo "makebeats true" >> "$CFGFILE"
+       [ -n "$tunnelid" ] && echo "tunnel_id $tunnelid" >> "$CFGFILE"
+       [ -n "$requiretls" ] && echo "requiretls $requiretls" >> "$CFGFILE"
+       [ "$nat" == 1 ] && echo "behindnat true" >> "$CFGFILE"
+       [ "$heartbeat" == 1 ] && echo "makebeats true" >> "$CFGFILE"
        [ "$verbose" == 1 ] && echo "verbose true" >> "$CFGFILE"
        echo "defaultroute false" >> "$CFGFILE"
-       echo "daemonize true"     >> "$CFGFILE"
-       echo "pidfile $PIDFILE"   >> "$CFGFILE"
+       echo "daemonize true" >> "$CFGFILE"
+       echo "pidfile $PIDFILE" >> "$CFGFILE"
+
 
        aiccu start "$CFGFILE"